PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFCustomDigitalSignature Class / createSignature Method
The content of the PDF file over which the signature should be computed.
In This Topic
    createSignature Method
    In This Topic
    Override this method to create your own custom signature.
    Syntax
    public byte[] createSignature( 
       Stream contentToBeSigned
    )

    Parameters

    contentToBeSigned
    The content of the PDF file over which the signature should be computed.

    Return Value

    The full signature object.
    See Also